| 1. | Use reentrant functions for safer signal handling 使用可重入函数进行更安全的信号处理 |
| 2. | Must not call any non - reentrant functions 绝不调用任何不可重入函数。 |
| 3. | Non - reentrant functions and static variables 不可重入函数和静态变量 |
| 4. | Non - reentrant functions cannot be used by multiple threads 不可重入的函数不能由多个线程使用。 |
| 5. | Must not call non - reentrant functions 绝对不调用不可重入的函数。 |
| 6. | Signals and non - reentrant functions 信号和不可重入函数 |
| 7. | Defines reentrancy and includes a posix listing of a reentrant function 定义了可重入性,并包含一个可重入函数的posix清单。 |
| 8. | A reentrant function 可重入函数: |
| 9. | Moreover , it may be impossible to make a non - reentrant function thread - safe 另外,或许不可能让某个不可重入的函数是线程安全的。 |
| 10. | A reentrant function can be safely called recursively or from multiple tasks 可再入的函数可以被安全地递归调用或由多任务多次调用。 |